Opc.Ua.Core
Create(StatusCode,Int32,DiagnosticInfoCollection,IList<String>) Method



Opc.Ua Namespace > ServiceResultException Class > Create Method : Create(StatusCode,Int32,DiagnosticInfoCollection,IList<String>) Method
Creates a new instance of a ServiceResultException
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal code As StatusCode, _
   ByVal index As Integer, _
   ByVal diagnosticInfos As DiagnosticInfoCollection, _
   ByVal stringTable As IList(Of String) _
) As ServiceResultException
'Usage
 
Dim code As StatusCode
Dim index As Integer
Dim diagnosticInfos As DiagnosticInfoCollection
Dim stringTable As IList(Of String)
Dim value As ServiceResultException
 
value = ServiceResultException.Create(code, index, diagnosticInfos, stringTable)

Parameters

code
index
diagnosticInfos
stringTable
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceResultException Class
ServiceResultException Members
Overload List